home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d21 / dvglue10.arc / TVILEN.C < prev    next >
C/C++ Source or Header  |  1988-08-13  |  451b  |  15 lines

  1. #include "tvapi.h"
  2.  
  3. /*=======================================================*/
  4. /* TVtimer_len  get time remaining in TopView timer      */
  5. /*  John Navas                                           */
  6. /*  Ralf Brown 6/21/88 completely rewritten              */
  7. /*=======================================================*/
  8.  
  9. DWORD pascal TVtimer_len(OBJECT timer)
  10. {
  11.    return (DWORD) TVsendmsg1(LEN_MSG,TOS,timer) ;
  12. }
  13.  
  14. /* End of TVILEN.C */
  15.